home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-08 | 323 b | 12 lines | [TEXT/MMCC] |
- /***
- * PageMon.h
- *
- * This guy contains the protos for the public 4-up routines (one that will be used in the
- * jump table...
- *
- ***/
-
- OSErr PageMonImageJob ( gxSpoolFile thePrintFile, long *numPages );
- OSErr PageMonImagePage (gxSpoolFile theSpoolFile, long pageNumber,
- gxFormat theFormat, void *imageData);
-